home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #10 / K-CD_2002-10.iso / Serious Sam II / Scripts / GLSettings / PVR-Kyro.ini < prev    next >
Text File  |  2001-11-19  |  516b  |  16 lines

  1.  
  2. // driver version: 1.07.065 internal
  3.  
  4. include "Scripts\GLSettings\Default.ini";
  5.  
  6. if( iQualityIndex>4)    { iQualityIndex = 4; }
  7. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  8. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  9.  
  10. include "Scripts\GLSettings\RAM.ini";
  11.  
  12. ogl_bUseCompiledVertexArrays = 11;
  13. ogl_bAllowQuadArrays = 1;     
  14. gfx_bClearScreen = 0;    // set to 1 for elimination of wide-screen artifacts
  15. ogl_bExclusive = 1;    // set to 0 if you have compatibility problems
  16.